home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 17
/
CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso
/
CUCD
/
Programming
/
DiceSource
/
include
/
proto
/
potgo.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-02-01
|
280 b
|
12 lines
/* $VER: proto/potgo.h 1.0 (17.4.93) */
#ifndef POTGO_PROTO_H
#define POTGO_PROTO_H 1
#include <pragmas/config.h>
#include <exec/types.h>
#include <clib/potgo_protos.h>
#ifdef __SUPPORTS_PRAGMAS__
extern struct Library *PotgoBase;
#include <pragmas/potgo_pragmas.h>
#endif
#endif